Crate anchor_attribute_program
source ·Attribute Macros
- The
#[program]
attribute defines the module containing all instruction handlers defining all entries into a Solana program.
#[program]
attribute defines the module containing all instruction
handlers defining all entries into a Solana program.